home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  108 b   |  10 lines

  1. on exitFrame
  2.   if the timer < 600 then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   go(the frame + 1)
  9. end
  10.